projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38b7619
)
* xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
author
Ken Raeburn
<raeburn@raeburn.org>
Mon, 20 May 2002 08:06:45 +0000
(08:06 +0000)
committer
Ken Raeburn
<raeburn@raeburn.org>
Mon, 20 May 2002 08:06:45 +0000
(08:06 +0000)
XSTRING instead of XSYMBOL and name field.
src/xfaces.c
patch
|
blob
|
history
diff --git
a/src/xfaces.c
b/src/xfaces.c
index 9e37f096321578a470b020f0c0c03a22b760b1e5..e9f0b3195ac81f1dc8e9148190a5d696fc6b776c 100644
(file)
--- a/
src/xfaces.c
+++ b/
src/xfaces.c
@@
-3451,7
+3451,7
@@
merge_face_vector_with_property (f, to, prop)
add_to_log ("Invalid face color", color_name, Qnil);
}
else if (SYMBOLP (first)
- && *XS
YMBOL (first)->name
->data == ':')
+ && *XS
TRING (SYMBOL_NAME (first))
->data == ':')
{
/* Assume this is the property list form. */
while (CONSP (prop) && CONSP (XCDR (prop)))